osm: Remove some bad invisible chars from copy and paste!
authoroliskoli <oliskoli>
Thu, 3 Apr 2008 21:06:55 +0000 (21:06 +0000)
committeroliskoli <oliskoli>
Thu, 3 Apr 2008 21:06:55 +0000 (21:06 +0000)
osm.c

diff --git a/osm.c b/osm.c
index 40e8d0b12c1b072e25f56e9e211883ffd90e55bd..dae49e1fcec71668ff4397cecc3f23517777ca8b 100644 (file)
--- a/osm.c
+++ b/osm.c
@@ -785,7 +785,7 @@ osm_waypt_disp(const waypoint *wpt)
                }
                gbfprintf(fout, ">\n");
 
-               gbfprintf(fout, "<tag k='created_by' v='GPSBabel");
+               gbfprintf(fout, "    <tag k='created_by' v='GPSBabel");
                if (gpsbabel_time != 0)
                        gbfprintf(fout, "-%s", gpsbabel_version);
                gbfprintf(fout, "'/>\n");